home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part1 / 3843 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.4 KB

  1. Path: news.cybercomm.net!usenet
  2. From: profgmby@cybercomm.net (Sir Spamalot)
  3. Newsgroups: comp.dcom.modems
  4. Subject: Re: Trouble with Telephone/Modem line
  5. Date: Sat, 03 Feb 1996 20:39:49 GMT
  6. Organization: Not Very Much
  7. Distribution: usa
  8. Message-ID: <4f0h58$k0j@crow.cybercomm.net>
  9. References: <DM611M.Do7@mv.mv.com>
  10. NNTP-Posting-Host: sl-015.sl.cybercomm.net
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. deb@debdesign.mv.com (Diane E. Bruere) wrote:
  14.  
  15. [snips]
  16.  
  17. > It seems that after connecting and
  18. >then disconnecting from Trumpet, when I recieve a telephone call, the
  19. >modem decides to answer it, instead of having the telephone answer the
  20. >call.
  21. > Yes, the phone line and the modem are on the same line/ same number. I
  22. >also have another modem to another computer, and this one does NOT do
  23. >this. This is a NEW problem, after installing Trumpet. I was previously
  24. >connected to AOL, and this didn't happen.
  25. >If anyone has an suggestions, I really would appreciate it.
  26.  
  27. >Thanks very much,
  28. >Diane
  29.  
  30. Here's how I do it:  (works with most modems)
  31.  
  32.      1.  Set a profile in your modem (let's say, profile #1) that
  33. contains all of the commands you need to access your provider.  Save
  34. it using "at&w1".  Some common ones are:
  35.  
  36.           ATS0=0;  Turns off auto-answer (your problem, Dianne)
  37.  
  38.           AT&C1&D2;  enables carrier det. and DTR detect;
  39.  
  40.          ATS7=60;  gives 60 seconds to connect.
  41.  
  42.          ATS11=100;   1/10 of a second DTMF speed.
  43.  
  44.          ATT:  Selects tone dialing;  use ATP for pulse.
  45.  
  46.      2.  Select this profile as your power on default:  at&y1 
  47.  
  48.      3.  Program the init string in your terminal emulation program
  49. (procomm, pcanywhere, etc.) to issue ONLY the ATZ1 command.  Most
  50. terminal emulators have their own, and between the TE and Winsock you
  51. might be inadvertently flip-flopping back and forth.
  52.  
  53.     4.  Set S25 = 30, then do #1 above.  (Sorry, forgot this)  This
  54. masks what appears to be the tendancy for some clients (I had it with
  55. FreeAgent) to toggle DTR momentarily when coming up, thus causing
  56. sporadic, unexplainable hangups.
  57.  
  58.     5.   In your winsock script, the first lines should be:
  59.  
  60.           Set DTR off
  61.           sleep 3
  62.           Set DTR On
  63.  
  64.         These will reset the modem and select profile 1, which
  65. presumably you have first gotten to work with your ISP.
  66.  
  67.      Then (to make sure everything is O.K.), issue the ATZ1 command to
  68. the modem and loop on OK.  If this works, you are on your way.
  69.  
  70.  
  71. --
  72. Hope this helps!
  73.    *** The genius of me! ***
  74.  
  75.